@charset "utf-8";

@media screen and (max-width: 800px), only screen and (max-device-width: 480px) {

	
div.logo {
    display:none;
}

div.mapa {
    display:none;
}

.fondo {
		width: 100%;
	}
	
}

